home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Diversos / Coeli Stella 2000 / _SETUP.1 / Stella.exe / 0 / RCDATA / TLIVEFMFORM / TLIVEFMFORM.txt
Text File  |  1999-03-13  |  4KB  |  200 lines

  1. object LiveFMform: TLiveFMform
  2.   Left = 271
  3.   Top = 237
  4.   Width = 682
  5.   Height = 363
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   Caption = 'Coeli Live Ephem'
  8.   Font.Color = clWindowText
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   PopupMenu = PopupMenu1
  14.   Scaled = False
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnResize = FormResize
  18.   OnShow = FormShow
  19.   PixelsPerInch = 125
  20.   TextHeight = 16
  21.   object Bevel1: TBevel
  22.     Left = 0
  23.     Top = 305
  24.     Width = 674
  25.     Height = 2
  26.     Align = alBottom
  27.   end
  28.   object StringGrid1: TStringGrid
  29.     Left = 0
  30.     Top = 0
  31.     Width = 674
  32.     Height = 305
  33.     Align = alClient
  34.     ColCount = 13
  35.     Ctl3D = True
  36.     DefaultColWidth = 70
  37.     FixedColor = 4210688
  38.     RowCount = 12
  39.     Font.Color = clRed
  40.     Font.Height = -14
  41.     Font.Name = 'MS Serif'
  42.     Font.Style = [fsBold]
  43.     Options = [goVertLine, goHorzLine, goRangeSelect, goRowSizing, goColSizing]
  44.     ParentCtl3D = False
  45.     ParentFont = False
  46.     TabOrder = 0
  47.     OnColumnMoved = StringGrid1ColumnMoved
  48.     OnMouseUp = StringGrid1MouseUp
  49.   end
  50.   object StatusBar: TStatusBar
  51.     Left = 0
  52.     Top = 307
  53.     Width = 674
  54.     Height = 24
  55.     Font.Color = clRed
  56.     Font.Height = -14
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = []
  59.     Panels = <
  60.       item
  61.         Alignment = taCenter
  62.         Text = 'LCT'
  63.         Width = 120
  64.       end
  65.       item
  66.         Alignment = taCenter
  67.         Text = 'GMT'
  68.         Width = 120
  69.       end
  70.       item
  71.         Alignment = taCenter
  72.         Text = 'Sidereal'
  73.         Width = 120
  74.       end
  75.       item
  76.         Alignment = taCenter
  77.         Text = 'Gregorian Date'
  78.         Width = 180
  79.       end
  80.       item
  81.         Alignment = taCenter
  82.         Text = 'Julian Date'
  83.         Width = 120
  84.       end
  85.       item
  86.         Alignment = taCenter
  87.         Text = 'Location'
  88.         Width = 130
  89.       end>
  90.     ParentFont = False
  91.     SimplePanel = False
  92.   end
  93.   object Timer1: TTimer
  94.     Enabled = False
  95.     Interval = 250
  96.     OnTimer = Timer1Timer
  97.     Top = 1
  98.   end
  99.   object PopupMenu1: TPopupMenu
  100.     Left = 611
  101.     Top = 96
  102.     object Clock1: TMenuItem
  103.       Caption = 'Clock'
  104.       ShortCut = 0
  105.       object Start1: TMenuItem
  106.         Caption = '&Start'
  107.         ShortCut = 0
  108.         OnClick = Start1Click
  109.       end
  110.       object Stop1: TMenuItem
  111.         Caption = 'Sto&p'
  112.         ShortCut = 0
  113.         OnClick = Stop1Click
  114.       end
  115.     end
  116.     object N1: TMenuItem
  117.       Caption = '-'
  118.       ShortCut = 0
  119.     end
  120.     object Font1: TMenuItem
  121.       Caption = 'Font'
  122.       ShortCut = 0
  123.       OnClick = Font1Click
  124.     end
  125.     object Colour1: TMenuItem
  126.       Caption = 'Colour'
  127.       ShortCut = 0
  128.       object TableColour1: TMenuItem
  129.         Caption = '&Table'
  130.         ShortCut = 0
  131.         OnClick = TableColour1Click
  132.       end
  133.       object WindowColour1: TMenuItem
  134.         Caption = '&Window'
  135.         ShortCut = 0
  136.         OnClick = WindowColour1Click
  137.       end
  138.     end
  139.     object N2: TMenuItem
  140.       Caption = '-'
  141.       ShortCut = 0
  142.     end
  143.     object OnTop1: TMenuItem
  144.       Caption = 'On Top'
  145.       Checked = True
  146.       ShortCut = 0
  147.       OnClick = OnTop1Click
  148.     end
  149.     object Collapsed1: TMenuItem
  150.       Caption = 'Collapsed'
  151.       ShortCut = 0
  152.       OnClick = Collapsed1Click
  153.     end
  154.     object N3: TMenuItem
  155.       Caption = '-'
  156.       ShortCut = 0
  157.     end
  158.     object Print1: TMenuItem
  159.       Caption = '&Print'
  160.       ShortCut = 0
  161.       OnClick = Print1Click
  162.     end
  163.   end
  164.   object ColorDialog1: TColorDialog
  165.     Ctl3D = True
  166.     Left = 611
  167.     Top = 126
  168.   end
  169.   object FontDialog1: TFontDialog
  170.     Font.Color = clWindowText
  171.     Font.Height = -14
  172.     Font.Name = 'MS Sans Serif'
  173.     Font.Style = []
  174.     MinFontSize = 0
  175.     MaxFontSize = 0
  176.     Left = 612
  177.     Top = 157
  178.   end
  179.   object NameTimer: TTimer
  180.     OnTimer = NameTimerTimer
  181.     Top = 33
  182.   end
  183.   object IniOut1: TIniOut
  184.     FileName = 'STELLA.INI'
  185.     Items.Strings = (
  186.       'LiveFMform;Height;;Dimensions;LiveFMFormHeight;1;0'
  187.       'LiveFMform;Width;;Dimensions;LiveFMFormWidth;1;0'
  188.       'LiveFMform;Left;;Position;LiveFMFormLeft;1;0'
  189.       'LiveFMform;Top;;Position;LiveFMFormTop;1;0'
  190.       'LiveFMform;Color;;Appearance;LiveFMFormColour;1;0'
  191.       'StringGrid1;Color;;Appearance;TableColour;1;0'
  192.       'StringGrid1;FixedColor;;Appearance;TableFixedColour;1;0'
  193.       'LiveFMform;Visible;;Appearance;LiveFMFormVisible;1;0'
  194.       '<Unknown>;;;;;0;0')
  195.     RegistryRoot = CURRENT_USER
  196.     Left = 612
  197.     Top = 193
  198.   end
  199. end
  200.